func encoding/xml.copyValue

3 uses

	encoding/xml (current package)
		read.go#L297: 	return copyValue(val, []byte(attr.Value))
		read.go#L579: 	if err := copyValue(saveData, data); err != nil {
		read.go#L602: func copyValue(dst reflect.Value, src []byte) (err error) {